The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "text::csv_xs"

Text::CSV_XS - comma-separated values manipulation routines River stage three • 112 direct dependents • 289 total dependents

Text::CSV_XS provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV_XS class will combine fields into a "CSV" string and parse a "CSV" string into fields. The module accepts either strings or...

HMBRAND/Text-CSV_XS-1.54 - 18 Apr 2024 12:11:05 UTC - Search in distribution

Text::CSV_XS::TSV - Set Text::CSV_XS default options to parse TSV River stage one • 1 direct dependent • 1 total dependent

This class is a simple subclass of Text::CSV_XS to set the default of these options (if unspecified), suitable for parsing TSV (tab-separated values) files: * sep_char To "\t". * quote_char To "undef". * escape_char To "undef"....

PERLANCAR/Text-CSV_XS-TSV-0.003 - 12 Dec 2019 04:27:44 UTC - Search in distribution

Text::CSV_XS::Backslash - Set Text::CSV_XS default options to use backslash as escape character River stage one • 1 direct dependent • 1 total dependent

This class is a simple subclass of Text::CSV_XS to set the default of these options (if unspecified): * sep_char To ',' (comma), which is already the default of Text::CSV_XS. * quote_char To '"' (double-quote), which is already the default of Text::C...

PERLANCAR/Text-CSV_XS-Backslash-0.001 - 06 Mar 2022 09:41:28 UTC - Search in distribution

Text::CSV::Easy_XS - Easy (and fast) CSV parsing and building River stage zero No dependents

Text::CSV::Easy_XS is a simple module for parsing and building CSV lines. This module is written in XS, which is much faster than the PurePerl alternative (Text::CSV::Easy_PP). You can use Text::CSV::Easy directly and it will make the best decision o...

WETERS/Text-CSV-Easy_XS-0.54 - 12 Sep 2018 13:46:45 UTC - Search in distribution

Text::CSV_PP - Text::CSV_XS compatible pure-Perl module River stage three • 151 direct dependents • 329 total dependents

Text::CSV_PP is a pure-perl module that provides facilities for the composition and decomposition of comma-separated values. This is (almost) compatible with much faster Text::CSV_XS, and mainly used as its fallback module when you use Text::CSV modu...

ISHIGAKI/Text-CSV-2.04 - 02 Dec 2023 12:18:10 UTC - Search in distribution
  • Text::CSV - comma-separated values manipulator (using XS or PurePerl)

Spreadsheet::CSV - Drop-in replacement for Text::CSV_XS with spreadsheet support River stage zero No dependents

Spreadsheet::CSV attempts to provide a drop-in replacement for Text::CSV_XS when reading in user-provided input files, such as via Email or Web. This is currently only for reading documents and only via the $csv->getline interface documented above...

DDICK/Spreadsheet-CSV-0.20 - 31 Oct 2014 10:12:21 UTC - Search in distribution

Fsdb - a flat-text database for shell scripting River stage zero No dependents

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC - Search in distribution

csv - process CSV files from the command line River stage zero No dependents

CSV (comma-separated value) files are the lowest common denominator of structured data interchange formats. For such a humble file format, it is pretty difficult to get right: embedded quote marks and linebreaks, slipshod delimiters, and no One True ...

GAAL/App-CSV-0.08 - 23 May 2014 07:46:12 UTC - Search in distribution

geoip - a tool to show geographical data based on hostname or IP address(es) River stage zero No dependents

This tool uses a database to use the (pre-fetched) GeoIP2 data from MaxMind to show related geographical information for IP addresses. This information can optionally be extended with information from online WHOIS services and or derived data, like d...

HMBRAND/App-geoip-0.17 - 06 Jan 2023 10:25:22 UTC - Search in distribution
  • App::geoip - a tool to show geographical data based on hostname or IP address(es)

perltidy - a perl script indenter and reformatter River stage three • 77 direct dependents • 143 total dependents

Perltidy reads a perl script and writes an indented, reformatted script. The formatting process involves converting the script into a string of tokens, removing any non-essential whitespace, and then rewriting the string of tokens with whitespace usi...

SHANCOCK/Perl-Tidy-20240202 - 01 Feb 2024 13:55:33 UTC - Search in distribution

release - give your Perl distros to the world River stage one • 4 direct dependents • 4 total dependents

This is the prototype program for using "Module::Release". You should modify it to fit your needs. If it doesn't do what you want, you can change it however you like. This is how I like to release my modules, and I'm happy to add features that do not...

BDFOY/Module-Release-2.135 - 08 Jan 2024 14:57:46 UTC - Search in distribution

es-search.pl - Provides a CLI for quick searches of data in ElasticSearch daily indexes River stage zero No dependents

This tool takes a search string parameter to search the cluster. It is in the format of the Lucene query string <http://lucene.apache.org/core/2_9_4/queryparsersyntax.html> Examples might include: # Search for past 10 days vhost admin.example.com and...

BLHOTSKY/App-ElasticSearch-Utilities-8.8 - 13 Mar 2024 03:35:06 UTC - Search in distribution

csv2tsv River stage zero No dependents

Transforms CSV formatted data (cf. RFC4180) into TSV formated data. Input is assumed to be UTF-8. (The input line ends can be both CRLF or LF. The output line ends are LF.) Warnings/errors would be properly printed on STDERR (as far as the author of ...

TULAMILI/App-Bin4TSV-0.340 - 28 May 2021 18:15:44 UTC - Search in distribution

csv2tsv River stage zero No dependents

Transforms CSV formatted data (cf. RFC4180) into TSV formated data. Input is assumed to be UTF-8. (The input line ends can be both CRLF or LF. The output line ends are LF.) Warnings/errors would be properly printed on STDERR (as far as the author of ...

TULAMILI/Bin-TSV-Conv-0.310 - 28 May 2021 14:59:34 UTC - Search in distribution

csv2td - Return an enveloped aoaos table data from CSV data River stage one • 2 direct dependents • 3 total dependents

Read more about "table data" in App::td, which comes with a CLI td to munge table data....

PERLANCAR/App-CSVUtils-1.034 - 02 Feb 2024 04:15:39 UTC - Search in distribution

XLSperl - use Perl "one-liners" with Microsoft Excel files River stage zero No dependents

Background Perl "one-liners" have a great many uses for quick data processing tasks, often replacing the UNIX tools "grep", "sed", and "awk". For example, a simple "grep" function can be written as: perl -lne '/pattern/ and print' file.txt which impr...

JONALLEN/XLSperl-0.7 - 20 Jun 2008 09:45:37 UTC - Search in distribution

perlfaq4 - Data Manipulation River stage zero No dependents

This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hashes, and miscellaneous data issues....

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

db-browser - Browse SQL databases and their tables interactively. River stage zero No dependents

Before using "db-browser", ensure you have backed up your databases. Search and read in SQL databases: one can interactively browse databases and their tables. "App::DBBrowser" provides and supports plugins for the DBI drivers "DBD::SQLite", "DBD::my...

KUERBIS/App-DBBrowser-2.407 - 11 Mar 2024 17:34:19 UTC - Search in distribution

progconv - convert between .txt, .csv and Palm Progect's PDB format. River stage zero No dependents

"progconv" is a program you run on your desktop computer to allow you to import to and export from Palm Progect database files. For its text format, it uses a layout very similar to the one used by Progect's own built-in converter: [x] Level 1 Todo i...

MGRAHAM/Palm-Progect-2.0.4 - 03 Oct 2005 02:52:50 UTC - Search in distribution

IT::perlfaq4 River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution
132 results (0.093 seconds)